home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / print / bookform.zip / README.DOC < prev   
Text File  |  1994-06-29  |  6KB  |  133 lines

  1.  
  2.  
  3.               BOOKFORM...Prints document files in book form.
  4.  
  5.     Ever want to print out those  document files but were reluctant because
  6.     they are quite large and will use up many sheets  of  paper.   BOOKFORM
  7.     will  cut  the paper required in half and make the document much easier
  8.     to read.  Read on to see  how  to  use this program and start saving on
  9.     paper  and make using programs much easier to  reference  by  having  a
  10.     printed out document.
  11.  
  12.          Starting  the  program.   Just type in BOOKFORM at the DOS prompt.
  13.     All these instructions  are  on  the  screen but we'll go into a little
  14.     more depth here.
  15.  
  16.          The program starts and gives you some instructions  at  the top of
  17.     the  screen.   To quit the program enter QUIT.  You will be prompted to
  18.     type in the file and  path  of  the  document  you  want  to  print  in
  19.     bookform.  If  the  document you want to print does not reside  in  the
  20.     same  directory  as  BOOKFORM you must use the path.  If BOOKFORM is in
  21.     the same directory as the  file  you wish to print, there is no need to
  22.     enter  the  path.   Example,  suppose  you  want   to  print  the  file
  23.     PROGRAM.DOC  and  the  file resides in the desktop publishing directory
  24.     DTP and BOOKFORM resides in the DOS directory.  The correct entry would
  25.     be as follows:
  26.                         C:\DTP\PROGRAM.DOC
  27.     Typical file extensions would be .DOC or .TXT
  28.  
  29.        First  off, after entering the correct file name  the  program  will
  30.     read  through  the  entire  file  and  analyze  the  ASCII structure to
  31.     eliminate printer format  codes.   Mainly  the formfeeds that some word
  32.     processors  insert to fill in blank lines.   Not  all  word  processors
  33.     insert  these  codes  but  if  they are present it really screws up the
  34.     process of printing the  file  in  bookform.   As  the  file  is  being
  35.     analyzed the program will write to a temporary  file  approximately the
  36.     same size as the original file.  The program thus needs that additional
  37.     amount of disk space.   The  original  file  is  left untouched and the
  38.     temporary file is erased as the program ends.   Your dot matrix printer
  39.     needs  to  be  on-line and at the top of a page.  The program will show
  40.     which page is being printed.   Don't  get overly excited about seeing a
  41.     different page number being displayed and the page  being printed being
  42.     different.  The main thing to watch is that the pages start at the tops
  43.     of the pages being printed.   If not, take the printer off line and hit
  44.     Control Break to stop the program.  Some files are so badly constructed
  45.     that  they cannot be printed in bookform.  If that is the case you must
  46.     load that file into a word  processor  and make those corrections.  The
  47.     next step after the first sides are printed the  program pauses and you
  48.     must  take  the  paper, FLIP the paper and set up the paper to start at
  49.     the top of the page and  on  the  back  of  the first page printed then
  50.     place printer back on-line.  The program will continue till the balance
  51.     of  the  file  is  printed.  Make sure that the printer stops by itself
  52.     both in the middle and  at  the  end of the flipped pages.  To stop the
  53.     program at any time hit Control Break at any time.   Make sure that DOS
  54.     recognizes  the  break  command  by  typing break at the DOS prompt. If
  55.     break is set off you can  easily  change it to on by typing break on at
  56.     the DOS prompt.  Also files MUST be in ASCII only,  not saved DOC files
  57.     from  say,  WordPerfect.   If  the  files  is other than pure ASCII the
  58.     program will not function correctly.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.     Also the program does not have a lot of error handling routines.  These
  70.     were left out so as not to bloat the program  code.   The  program will
  71.     report  paths that are not found or files, printers that are off or not
  72.     on-line and a few other  errors.   If  an error occurs that there is no
  73.     handling procedure it will simply stop.
  74.  
  75.          This  program  has not been tested on all the different  types  of
  76.     printers.  Users  assume  all  risks  in using this program.  Specialty
  77.     Software Systems reserves  all  rights to this program and is releasing
  78.     this program as Freeware.  Program may not be modified in any way.  Use
  79.     of  this  program  constitutes  acceptance  of the above conditions and
  80.     shall hold Specialty Software  Systems  harmless for any and all claims
  81.     arising out of the use or inability to use this program.
  82.  
  83.         Finally, this program is Freeware.  I am releasing this and several
  84.     other  utilities  as  Freeware.  This is some payback for all the other
  85.     fine talented programmers  who  have  released their programs either as
  86.     Shareware or Freeware.  I retain all rights to this program and no user
  87.     may  modify  it  in  anyway.   If the program is of help to you, use it
  88.     freely.  Distribute widely please. If the program doesn't work for your
  89.     application it's not because of the program, it just wasn't written for
  90.     your  particular  document  file.  If you want, drop me a postcard with
  91.     any comments or just a hello  but don't send money!  I enjoy seeing the
  92.     way a program makes the rounds across the country.
  93.  
  94.         For  the  curious,  the  program was written using  PowerBasic  and
  95.     optimized. PowerBasic  provides  a convenient and powerful language set
  96.     to develop programs quickly.  PowerBasic is the better Basic with
  97.     the power for the 90's.  Source code provided with a SASE.
  98.  
  99.         Once again, thanks for using BOOKFORM.
  100.  
  101.               Specialty Software Systems
  102.               P.O. BOX 470063
  103.               Cleveland, Ohio 44147
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.